github.com/andybalholm/brotli.Reader.repeat_code_len (field)
5 uses
github.com/andybalholm/brotli (current package)
decode.go#L567: var repeat_code_len uint32 = s.repeat_code_len
decode.go#L582: s.repeat_code_len = repeat_code_len
decode.go#L647: processRepeatedCodeLength(code_len, repeat_delta, alphabet_size, &s.symbol, &s.repeat, &s.space, &s.prev_code_len, &s.repeat_code_len, s.symbol_lists, s.code_length_histo[:], s.next_symbol[:])
decode.go#L809: s.repeat_code_len = 0
state.go#L136: repeat_code_len uint32
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |